home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / temacd / wiagra / setup.exe / {app} / libmcl-2.8.1b11.dll / RCDATA / TFRMDLGTEXT / TFRMDLGTEXT.txt
Text File  |  2003-07-03  |  7KB  |  322 lines

  1. object frmDlgText: TfrmDlgText
  2.   Left = 115
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 405
  6.   ClientWidth = 618
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 11
  17.     Top = 8
  18.     Width = 21
  19.     Height = 13
  20.     Caption = 'Text'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label3: TLabel
  29.     Left = 11
  30.     Top = 135
  31.     Width = 21
  32.     Height = 13
  33.     Caption = 'Font'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 63
  43.     Top = 375
  44.     Width = 167
  45.     Height = 13
  46.     Caption = 'Background color (for preview only)'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object btnOK: TBitBtn
  55.     Left = 437
  56.     Top = 367
  57.     Width = 84
  58.     Height = 28
  59.     Caption = 'OK'
  60.     Default = True
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ModalResult = 1
  67.     ParentFont = False
  68.     TabOrder = 5
  69.     NumGlyphs = 4
  70.   end
  71.   object btnCancel: TBitBtn
  72.     Left = 521
  73.     Top = 367
  74.     Width = 84
  75.     Height = 28
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ModalResult = 2
  84.     ParentFont = False
  85.     TabOrder = 6
  86.     NumGlyphs = 4
  87.   end
  88.   object memoText: TMemo
  89.     Left = 11
  90.     Top = 24
  91.     Width = 410
  92.     Height = 102
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -13
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     ScrollBars = ssBoth
  100.     TabOrder = 0
  101.     OnChange = memoTextChange
  102.   end
  103.   object boxTextSet: TGroupBox
  104.     Left = 436
  105.     Top = 8
  106.     Width = 170
  107.     Height = 163
  108.     Caption = 'Text settings'
  109.     TabOrder = 3
  110.     object Label7: TLabel
  111.       Left = 16
  112.       Top = 24
  113.       Width = 46
  114.       Height = 13
  115.       Caption = 'X position'
  116.     end
  117.     object Label9: TLabel
  118.       Left = 84
  119.       Top = 24
  120.       Width = 46
  121.       Height = 13
  122.       Caption = 'Y position'
  123.     end
  124.     object Label5: TLabel
  125.       Left = 68
  126.       Top = 128
  127.       Width = 24
  128.       Height = 13
  129.       Caption = 'Color'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clWindowText
  132.       Font.Height = -11
  133.       Font.Name = 'MS Sans Serif'
  134.       Font.Style = []
  135.       ParentFont = False
  136.     end
  137.     object Label4: TLabel
  138.       Left = 16
  139.       Top = 68
  140.       Width = 99
  141.       Height = 13
  142.       Caption = 'Font height (in pixels)'
  143.     end
  144.     object edTextX: TEdit
  145.       Left = 16
  146.       Top = 40
  147.       Width = 45
  148.       Height = 21
  149.       TabOrder = 0
  150.     end
  151.     object edTextY: TEdit
  152.       Left = 84
  153.       Top = 40
  154.       Width = 45
  155.       Height = 21
  156.       TabOrder = 1
  157.     end
  158.     object panTextColor: TPanel
  159.       Left = 16
  160.       Top = 122
  161.       Width = 45
  162.       Height = 25
  163.       BevelOuter = bvNone
  164.       BorderWidth = 2
  165.       BorderStyle = bsSingle
  166.       Color = clGray
  167.       TabOrder = 3
  168.       OnClick = panTextColorClick
  169.     end
  170.     object edFontHeight: TEdit
  171.       Left = 16
  172.       Top = 84
  173.       Width = 45
  174.       Height = 21
  175.       TabOrder = 2
  176.       OnChange = edFontHeightChange
  177.     end
  178.   end
  179.   object edFont: TEdit
  180.     Left = 11
  181.     Top = 151
  182.     Width = 330
  183.     Height = 21
  184.     Color = clBtnFace
  185.     Font.Charset = DEFAULT_CHARSET
  186.     Font.Color = clWindowText
  187.     Font.Height = -11
  188.     Font.Name = 'MS Sans Serif'
  189.     Font.Style = []
  190.     ParentFont = False
  191.     ReadOnly = True
  192.     TabOrder = 1
  193.     Text = 'edFont'
  194.   end
  195.   object btnChangeFont: TButton
  196.     Left = 346
  197.     Top = 149
  198.     Width = 75
  199.     Height = 25
  200.     Caption = 'Choose...'
  201.     Font.Charset = DEFAULT_CHARSET
  202.     Font.Color = clWindowText
  203.     Font.Height = -11
  204.     Font.Name = 'MS Sans Serif'
  205.     Font.Style = []
  206.     ParentFont = False
  207.     TabOrder = 2
  208.     OnClick = btnChangeFontClick
  209.   end
  210.   object boxShadow: TGroupBox
  211.     Left = 436
  212.     Top = 178
  213.     Width = 170
  214.     Height = 178
  215.     Caption = 'Shadow settings'
  216.     TabOrder = 4
  217.     object labShadowColor: TLabel
  218.       Left = 68
  219.       Top = 143
  220.       Width = 24
  221.       Height = 13
  222.       Caption = 'Color'
  223.       Font.Charset = DEFAULT_CHARSET
  224.       Font.Color = clWindowText
  225.       Font.Height = -11
  226.       Font.Name = 'MS Sans Serif'
  227.       Font.Style = []
  228.       ParentFont = False
  229.     end
  230.     object labShadowX: TLabel
  231.       Left = 16
  232.       Top = 86
  233.       Width = 7
  234.       Height = 13
  235.       Caption = 'X'
  236.     end
  237.     object labShadowY: TLabel
  238.       Left = 84
  239.       Top = 86
  240.       Width = 7
  241.       Height = 13
  242.       Caption = 'Y'
  243.     end
  244.     object radShadow: TRadioButton
  245.       Left = 16
  246.       Top = 43
  247.       Width = 70
  248.       Height = 17
  249.       Caption = 'Shadow'
  250.       TabOrder = 1
  251.       OnClick = radNoShadowClick
  252.     end
  253.     object radBorder: TRadioButton
  254.       Left = 16
  255.       Top = 62
  256.       Width = 60
  257.       Height = 17
  258.       Caption = 'Border'
  259.       TabOrder = 2
  260.       OnClick = radNoShadowClick
  261.     end
  262.     object radNoShadow: TRadioButton
  263.       Left = 16
  264.       Top = 24
  265.       Width = 120
  266.       Height = 17
  267.       Caption = 'No shadow / border'
  268.       TabOrder = 0
  269.       OnClick = radNoShadowClick
  270.     end
  271.     object panShadowColor: TPanel
  272.       Left = 16
  273.       Top = 137
  274.       Width = 45
  275.       Height = 25
  276.       BevelOuter = bvNone
  277.       BorderWidth = 2
  278.       BorderStyle = bsSingle
  279.       Color = clGray
  280.       TabOrder = 5
  281.       OnClick = panShadowColorClick
  282.     end
  283.     object edShadowX: TEdit
  284.       Left = 16
  285.       Top = 102
  286.       Width = 45
  287.       Height = 21
  288.       TabOrder = 3
  289.       OnChange = edShadowXChange
  290.     end
  291.     object edShadowY: TEdit
  292.       Left = 84
  293.       Top = 102
  294.       Width = 45
  295.       Height = 21
  296.       TabOrder = 4
  297.       OnChange = edShadowYChange
  298.     end
  299.   end
  300.   object panPreview: TPanel
  301.     Left = 11
  302.     Top = 180
  303.     Width = 410
  304.     Height = 176
  305.     BevelOuter = bvLowered
  306.     BevelWidth = 2
  307.     TabOrder = 7
  308.   end
  309.   object panBackColor: TPanel
  310.     Left = 11
  311.     Top = 369
  312.     Width = 45
  313.     Height = 25
  314.     BevelOuter = bvNone
  315.     BorderWidth = 2
  316.     BorderStyle = bsSingle
  317.     Color = clGray
  318.     TabOrder = 8
  319.     OnClick = panBackColorClick
  320.   end
  321. end
  322.